Adwaita: Some styling for menu section titles
authorMatthias Clasen <mclasen@redhat.com>
Tue, 21 Apr 2020 18:55:14 +0000 (14:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Apr 2020 18:55:14 +0000 (14:55 -0400)
More fine-tuning needed.

gtk/theme/Adwaita/_common.scss

index 253827892254b62f31abb84e164d8908a95c66a0..c9b3178f8a1a90665e15739a0ffa3d58cdb41bb1 100644 (file)
@@ -4450,6 +4450,11 @@ popover.menu {
 
     &:selected { @extend %selected_items; }
   }
+
+  & label.title {
+    font-weight: bold;
+    padding: 4px 20px;
+  }
 }
 
 statusbar {